home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / dd20.arc / DD.DOC < prev    next >
Encoding:
Text File  |  1987-04-20  |  7.5 KB  |  218 lines

  1. DoubleDir (DD.EXE)                 Release 2.0 (4/87)
  2.  
  3. Functions - Shows two directories side by side, sorted by name.
  4.         * Each directory can be paged (scrolled) separately.
  5.         * They can be printed side by side.
  6.         * Wildcards can be used, exactly like the DOS "dir" command.
  7.         * Various sort orders
  8.         * Indicates matching and differing files
  9.  
  10.         * Alters file attributes
  11.             * Copies files 
  12.         * Dumps files
  13.         * Erases files
  14.         * The choice of directories to examine can be changed
  15.           without exiting the program.
  16.         * The directories can be re-read to account for a change
  17.           of disk or file status.
  18.         * Moves files between directories without copying them
  19.         * Renames files
  20.  
  21.         * supports 43-line mode when an EGA card is detected.
  22.         * DOS access without exiting
  23.         * supports color 
  24.  
  25. Purpose   - Use to compare directories, as when moving files from floppy
  26.         to floppy (or directory to directory).    Allows execution
  27.         of file maintainence tasks without losing sight of the
  28.         directory.
  29.  
  30. Syntax      - dd [d:][\][path][filename] [d:][\][path][filename]
  31.  
  32. Examples  - dd
  33.  
  34.         dd a:*.asm b:*.com
  35.  
  36.         dd a:*.doc c:\mm\mydocs
  37.  
  38. =============================================================================
  39.  
  40. GETTING AROUND
  41.  
  42. Default is to the current directory.
  43.  
  44. Note that the directory on the left BECOMES the current directory when 
  45. specified.  For example:
  46.  
  47.     C:\MYDIR>dd c:\dir1 d:\dir2
  48.  
  49. will CHANGE the DOS current directory to C:\DIR1.
  50.  
  51. A reverse video bar on the bottom of screen indicates which directory will
  52. scroll with the cursor keys.  Move the bar using Tab, Left, or Right.
  53.  
  54. Files with matching entries are marked with "║".  Files with the same name
  55. but differing sizes, dates, times, or attributes are marked with "═".
  56.  
  57. Hidden and Read-only files are shown by "<" and "■".  Cursor keys scroll
  58. the active directory.
  59.  
  60. Other keys: Tab, Left, Right    change active directory
  61.         F1    Help
  62.         F2    Re-read    disks.    
  63.         F9  Print both directories, side by side.
  64.         F10 Toggle 43-line display (EGA only)
  65.         Esc    exit to DOS
  66.         CR    Issue DOS command
  67.  
  68. ============================================================================
  69.  
  70. THE MENU
  71.  
  72. Select a function by pressing the CAPITAL letters of your choice:
  73. For example:
  74.  
  75.  Attrib  COpy  ChDir  Dump  Erase  Move  Reverse  Sort  Xdos
  76.  
  77. means press A for Alter, CO for copy, D for dump, V for reverse, etc.
  78. Pressing Return    will give you a simulated DOS command prompt.  Pressing 
  79. Return at that prompt will restore the menu.
  80.  
  81. ============================================================================
  82.  
  83. THE FUNCTIONS
  84.  
  85.     GENERAL RULES: When you are asked for a filename, pressing Esc 
  86.         cancels the operation.  Pressing F3 restores the previous
  87.         entry (like in DOS).  So do PgUp and Up-arrow.
  88.  
  89.     *  Attrib will change the attribute of a file to Hidden, Readonly, or
  90.     Normal.  It will not affect the archive bit.  Pressing Return without
  91.     a filename will cancel.
  92.  
  93.     *  Dump will give one of four kinds of dumps:
  94.         1) 'Hex' gives a Hex dump (Ascii on the right side)
  95.  
  96.         2) 'Ascii' gives a 'raw' Ascii dump.  It's like saying
  97.            'copy filename con /b'.    Carriage return and other
  98.            special characters appear as graphics.
  99.  
  100.         3) 'Strings' shows printable strings only.    It will ask you
  101.         how many printable chacters in sequence should be considered
  102.         significant (the default is 2, the maximum is 9).
  103.  
  104.         4) 'Wordstar' strips the high bit of each character, and then
  105.         shows all printable characters.
  106.  
  107.        Pressing Spacebar during a dump will pause it; then any key
  108.        will resume.  Pressing Esc during the dump will terminate it.
  109.  
  110.     *  ChDir will prompt you for directory names ('Left side' and
  111.         'Right side').    If you enter a name, it will read the
  112.         appropriate directory onto the side of the screen specified.
  113.         <CR> alone will leave the currently selected directory 
  114.         unchanged.  Note that the left side becomes the current 
  115.         working directory.
  116.  
  117.     *  Copy will prompt you for source and target names.  It accepts
  118.                 wildcards for source, but NOT for target.  DON'T COPY
  119.         A FILE TO ITSELF!!  The target defaults to the current (left)
  120.         directory.  Pressing Return without a source name will 
  121.         cancel.
  122.  
  123.     *  Erase will prompt you for a filename to erase.  It takes
  124.         wildcards.  If you try to erase a Readonly file, you will
  125.         get the message 'Access denied.'
  126.  
  127.     *  Move will prompt you 'Source:' and 'Target:'.  It will move the 
  128.         file(s) you name to a new directory, and/or will rename it 
  129.         if you wish.  Example:
  130.  
  131.         Source: \foo2\*.*  Target: \foofiles
  132.  
  133.         or
  134.  
  135.         Source: \ribbet.doc  Target: \foofiles\ribbet.txt
  136.  
  137.     *  Sort gives five sort options: Date, Extension, Name, Size, and
  138.         Unsort.  Extension is sorted first by extension and then
  139.         by Name.  The default is Name, ascending order (see Reverse).
  140.  
  141.     *  Reverse inverts the current sorting sequence.  It works with all
  142.         sort forms.
  143.  
  144.     *  Xdos    runs COMMAND.COM and clears the screen.  To return to
  145.         DoubleDir, issue the EXIT command.  DoubleDir will take
  146.         up less than 9k of memory.
  147.  
  148.     *  Help (F1) will show the help screen (really just a quick intro
  149.         for those who haven't yet read this manual).
  150.  
  151.     *  Re-read (F2) will reread the currently specified directories.
  152.         This allows you to change disks.  It is also useful when
  153.         you have asked for a file to be deleted, or an attribute
  154.         changed, as the display is not automatically updated after
  155.         those operations.
  156.  
  157.     *  Print (F9) prints the two directories side by side, just as they
  158.         appear on the screen.
  159.  
  160.     *  F10 toggles 43-line mode when an EGA is present.
  161.  
  162. ============================================================================
  163.  
  164. POSSIBLE CONFUSION
  165.  
  166.     You can specify related directories like in DOS:
  167.  
  168.     [ dd *.* ..\*.* ] will show the current directory and its parent.
  169.     If you CHANGE the left directory [CD], but not the right one, you 
  170.     may get a surprise when you press F2 (Re-read), because the right
  171.     directory will show the parent of the NEW current directory.  If 
  172.     the current directory is the root, you will get the message 'File
  173.     not found'.
  174.  
  175. ============================================================================
  176.  
  177. TRICKS AND TIPS
  178.  
  179. 1)  'Dump Strings' is mostly intended for finding error messages and
  180.     such in  compiled code.  You can Dump a text file by selecting
  181.     'Strings', and letting it default to 2 significant chars: it goes
  182.         much faster than the DOS 'type' command.
  183.  
  184. 2)  A common use of the Re-read (F2) function is when looking for a
  185.     file on a group of diskettes.  For example, to find the
  186.     files FOO*.DOC:
  187.  
  188.     Type: CD
  189.     Response: 'Left Side: '     Type: c:foo*.doc<CR>
  190.     Response: 'Right Side: '    Type: a:foo*.doc<CR>
  191.  
  192.     Now just keep replacing floppies, hitting F2 each time.
  193.  
  194. ============================================================================
  195.  
  196. QUIRKS
  197.  
  198. 1)  The program requires DOS >= 2.0, but does not check.
  199.                  
  200. 2)  'Alter' resets the System attribute when making a System file 'Normal'.
  201.     This does not interfere with any known DOS function.
  202.  
  203. 3)  The 'Dump Wordstar' function sometimes splits lines.
  204.  
  205. 4)  Don't copy a file to itself!
  206.  
  207. ============================================================================
  208.  
  209. The price of this program is $15 (see address below).
  210.  
  211. Thanks to those who have written with suggestions, they are always welcome.  
  212.  
  213. All rights reserved, not to be sold for profit.
  214.  
  215. (c) 1987 Eric Grunin
  216.      240 W.98 St.
  217.      NY, NY 10025
  218.